GetOuterHTMLResponse

data class GetOuterHTMLResponse(outerHTML: String)

Represents response frame that is returned from DOM#getOuterHTML operation call. Returns node's HTML markup.

See also

Constructors

GetOuterHTMLResponse
Link copied to clipboard
fun GetOuterHTMLResponse(outerHTML: String)

Properties

outerHTML
Link copied to clipboard
val outerHTML: String
Outer HTML markup.

Sources

jvm source
Link copied to clipboard